projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e05645e
)
(x_load_font): Fix typo (`>' -> `=').
author
Kenichi Handa
<handa@m17n.org>
Tue, 4 May 1999 05:45:36 +0000
(
05:45
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 4 May 1999 05:45:36 +0000
(
05:45
+0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 2f705ec88039ad257aa37922232230b1eba1a6fa..ab4da0cc3d39cca30dd7dafc8a54d58d00d2ef5a 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-6843,7
+6843,7
@@
x_load_font (f, fontname, size)
larger than the above value. */
int max_height = font->max_bounds.ascent + font->max_bounds.descent;
if (max_height > fontp->height)
- fontp->height
>
max_height;
+ fontp->height
=
max_height;
}
if (NILP (font_names))